home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 126-150 / disk_145 / tab / readme < prev    next >
Text File  |  1992-05-06  |  3KB  |  146 lines

  1.              *******************************************************
  2.       *                            *    
  3.       * Copyright 1987 by Jeff deRienzo All Rights Reserved *
  4.       *                            *
  5.       *******************************************************
  6.  
  7.  
  8.      TAB is a tablature writing program for the Amiga computer.
  9.  
  10.  
  11.             ----------------------------
  12.             | COPYING AND DISTRIBUTION |
  13.             ----------------------------
  14.  
  15.      If you like this program, please share it with others.  However,
  16.      you may only distribute it if:
  17.         
  18.             - you distribute it in the exact form in
  19.                       which you received it (ie. don't change it)
  20.  
  21.             - you don't sell it 
  22.  
  23.      If you have any questions or suggestions regarding Tab, write:
  24.  
  25.                  J. T. deRienzo
  26.                        PO Box 61
  27.                   Tyngsborough
  28.                     MA  01879  
  29.                       USA
  30.  
  31.  
  32.  
  33.             ----------------------------
  34.             |   ASSEMBLY INSTRUCTIONS  |
  35.             ----------------------------
  36.  
  37.  
  38.     The folowing files are included in this distribution:
  39.  
  40.  
  41.        instrument data files:
  42.         b1.a
  43.         b1.s
  44.         b2.a
  45.         b2.s
  46.         b3.a
  47.         b3.s
  48.         b4.a
  49.         b4.s
  50.         b5.a
  51.         b5.s
  52.         ag1.a
  53.         ag1.s
  54.         ag2.a
  55.         ag2.s
  56.         ag3.a
  57.         ag3.s
  58.         ag4.a
  59.         ag4.s
  60.         ag5.a
  61.         ag5.s
  62.         ag6.a
  63.         ag6.s
  64.  
  65.        font files:
  66.         curtools.font
  67.         curtools.16
  68.         frettools.font
  69.         frettools.10
  70.         timetools.font
  71.         timetools.15
  72.         tab.font
  73.         tab.8
  74.  
  75.        2 sample project files (tablatures) for guitar:
  76.         EmptyGuitar.info
  77.         EmptyGuitar
  78.         DeepRiver.info
  79.         DeepRiver
  80.  
  81.        2 sample project files (tablatures) for banjo:
  82.         EmptyBanjo.info
  83.         EmptyBanjo
  84.         FMB.info
  85.         FMB
  86.  
  87.        the tab tool:
  88.         tab
  89.  
  90.        some execute files to help in installation:
  91.         execute.me   (renames de-arced files)
  92.         execute.fnt  (copies font files to FONTS:)
  93.         execute.snd  (copies instrument data into
  94.                       the directories you've created)
  95.         
  96.        documentation:
  97.         README         (this file)
  98.         tab.doc      (operating instructions)        
  99.  
  100.         
  101.     To install the program, first rename the de-arced
  102.     files by executing execute.me:
  103.  
  104.         execute execute.me
  105.  
  106.  
  107.     Copy the font files into your FONTS: directory
  108.     by typing:
  109.  
  110.         execute execute.fnt
  111.  
  112.     Copy the tab tool into your C: directory:
  113.  
  114.         copy tab C:tab
  115.  
  116.     The tab tool always tries to read its instrument
  117.     sound data from STRINGS:SoundData.
  118.  
  119.     Make a directory for the instrument data:
  120.  
  121.         makedir SYS:SoundData
  122.         makedir SYS:SoundData/banjo
  123.         makedir SYS:SoundData/aguitar
  124.  
  125.     Show the tab tool where to read the instrument
  126.     data (you may want to add this to your startup):
  127.  
  128.         assign STRINGS: SYS:
  129.  
  130.     Copy the sound data files into their directories:
  131.  
  132.         execute execute.snd
  133.  
  134.     Copy these files into whatever directory you want
  135.     to use as your project directory:
  136.          EmptyGuitar
  137.          EmptyGuitar.info
  138.          EmptyBanjo
  139.          EmptyBanjo.info
  140.          DeepRiver
  141.          DeepRiver.info
  142.          FMB
  143.          FMB.info 
  144.     
  145.     Finally, read tab.doc (operating instructions).
  146.